org.eclipse.vtp.desktop.projects.core.actions
Class CreateApplicationFragmentProjectAction
java.lang.Object
org.eclipse.vtp.desktop.projects.core.actions.CreateApplicationFragmentProjectAction
- All Implemented Interfaces:
- IProvisioningActionItem, IProvisioningModelAction
public class CreateApplicationFragmentProjectAction
- extends java.lang.Object
- implements IProvisioningModelAction
Used in context menus to initiate the creation of a new application.
This action is not view or perspective specific. The resulting
wizard will be centered on the current shell associated with the
current UI thread. This action will terminate upon opening of the
wizard dialog, and does not block until its completion or cancellation.
- Version:
- 1.0
- Author:
- Trip
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CreateApplicationFragmentProjectAction
public CreateApplicationFragmentProjectAction()
- Constructs a new
CreateApplicationAction instance with the
default values.
getName
public java.lang.String getName()
- Specified by:
getName in interface IProvisioningActionItem
- Returns:
- The name of this item
getToolTip
public java.lang.String getToolTip()
- Specified by:
getToolTip in interface IProvisioningActionItem
- Returns:
- The tooltip text for this item
performAction
public void performAction(IProvisioningModelSelection selection)
- Specified by:
performAction in interface IProvisioningModelAction